home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / gfx / ifx / VisibleHuman.readme < prev   
Text File  |  1999-05-23  |  3KB  |  102 lines

  1. Short:    Visible Human Project loaders for ImageFX
  2. Author:   dhomas@youngmonkey.ca
  3. Uploader: dhomas@youngmonkey.ca
  4. Type:     gfx/ifx
  5.  
  6. NOTES
  7. -----
  8. VisibleHuman_IMGF
  9. =================
  10. The VisibleHuman_IMGF loader will load the Visual Human Project MRI and
  11. CT (radiological/) IMGF format image files. These images are converted
  12. from 16-bit greyscale to 8-bit greyscale.
  13.  
  14. By default the loader will perform a pre-process scan of the image data
  15. to determine the optimal scaling value for conversion to 8-bit
  16. greyscale:
  17.  
  18.     scale = (max value >> 8) + 1
  19.     value = value \ scale
  20.  
  21. On an individual image basis, this gives the best result.  However, if
  22. you intend to combine images in some manner or you want to speed up the
  23. loading process, you may want to force a particular scaling value as
  24. follows:
  25.  
  26. The loader will look for the environment variable
  27. "ENV:ImageFX/VisibleHuman_IMGF" to determine it's scaling value. If the
  28. variable is set to 0 or is not found, the pre-process scan will be
  29. performed as default.  If the value is 1 or greater, that value will be
  30. used for scaling:
  31.  
  32.     scale = env value
  33.     value = value \ scale
  34.  
  35. If the env value is set to 1, the image data will be loaded as is (a
  36. number divided by 1 is itself). Generally, for MRI images scale = 4 and
  37. CT images scale = 12.
  38.  
  39.  
  40. VisibleHuman_RAW
  41. ================
  42. The VisibleHuman_RAW loader will load the 24-bit (Fullcolor/) RAW image
  43. files.  The images are loaded as 24-bit (RGB) without any level scaling
  44. required.
  45.  
  46. Because there is no header information contained within these RAW image
  47. files, the LM_CheckFile() function will auto-recognize the format by
  48. checking that the file size is 7471104 bytes.
  49.  
  50. Currently, no check is made by the LM_Load() function to insure that a
  51. file is the proper format... so be careful when using SHIFT-LOAD (Load
  52. image as).
  53.  
  54.  
  55.  
  56.  
  57. WWW
  58. ---
  59. The latest version can be downloaded from the ImageFX support area on
  60. the young monkey studios website at:
  61.  
  62.   http://www.youngmonkey.ca/hands/files/ImageFX/index.html
  63.  
  64. or The Visible Human Project support area at:
  65.  
  66.   http://www.youngmonkey.ca/hands/files/VisibleHuman/index.html
  67.  
  68.  
  69. The Visible Human Project: The Data and How to Get It:
  70.  
  71.   http://www.nlm.nih.gov/research/visible/getting_data.html
  72.  
  73.  
  74.  
  75.  
  76. LEGALITIES
  77. ----------
  78. This loader is copyright 1998 by dhomas trenn and young monkey.  It may
  79. be freely distributed.
  80.  
  81.  
  82. TRADEMARKS
  83. ----------
  84. Visible Human Project is a trademark of National Library of Medicine.
  85. ImageFX is a trademark (?) of Nova Design, Inc.
  86.  
  87.  
  88. THANKS
  89. ------
  90. Thanks to Keith Barkley for his assistance.
  91.  
  92.  
  93. ============================= Archive contents =============================
  94.  
  95. Original  Packed Ratio    Date     Time    Name
  96. -------- ------- ----- --------- --------  -------------
  97.     2545    1198 52.9% 06-May-99 17:28:40 +VisibleHuman.readme
  98.     2592    1511 41.7% 23-Dec-98 20:31:46 +VisibleHuman_IMGF
  99.     6536    4217 35.4% 23-Dec-98 20:31:28 +VisibleHuman_RAW
  100. -------- ------- ----- --------- --------
  101.    11673    6926 40.6% 09-May-99 11:15:32   3 files
  102.